/*
 * 底部转换组件：plugin-fly
 */
.plugin-fly{
    color: #fff;
    font-size: 12px;
    position: fixed;
    bottom: 0px;
    z-index: 9998;
    width: 100%;
    _position: absolute;
    _left: expression(eval(document.documentElement.scrollLeft));
    _top: expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight - 215));
}
/*插件的背景图层，为保证兼容性，未使用rgba*/
.plugin-fly .fly_bg{
    height: 100px;  /*（可自定义修改）背景rgba图层的高度，由二维码图片的高度+20px决定*/
    background: #15161a;
    width: 100%;
    opacity: 0.75;
}
.plugin-fly .fly_box{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
}
.plugin-fly .fly_box .wrap{
    position: relative;
}
.plugin-fly .fly_box .fly_logo{
    font-size: 20px;
    line-height: 1
}
.plugin-fly .fly_box .fly_logo p{
    border-right: 1px dashed #fff
}
.plugin-fly .fly_box .fly_logo span{
    transform-origin:left top;
    transform:scale(0.7);
    font-size: 12px;
    display: inline-block;
}
.plugin-fly .fly_box .fly_dizhi{
    float: left;
}
.plugin-fly .fly_box .fly_tel{
    width: 55%;
    float: right;
    font-size: 14px;
    line-height: 1.3;
    text-align: right;
    padding-right: 5%
}
.plugin-fly .fly_box .fly_tel span{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}
.plugin-fly .fly_box .fly_qr{
    width: 40%;
    float: right;
}
.fly_close {
    background: url(gb.png) no-repeat;
    position: absolute;
    right: 0px;
    top: 3px;
    width: 20px;
    height: 18px;
    background-position: -11px -3px;
    cursor: pointer;
}
.plugin-fly_bottom_show_left {
    display: none;
    background: url(show_left.png) no-repeat;
    width: 32px;
    height: 100px;
    position: absolute;
    left: 0px;
    bottom: 80px;
    position: fixed;
    z-index: 9998;
    _position: absolute;
    _left: expression(eval(document.documentElement.scrollLeft));
    _top: expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight - 325));
}


/*垂直居中*/
.ghost-center{height: 100%}
.ghost-center:before{content: " ";display: inline-block;height: 100%;width: 1%;vertical-align: middle;}
.ghost-center p{display: inline-block;vertical-align: middle;}
